home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / sound / rsynth22.zip / CONFIG.H < prev    next >
Text File  |  1995-12-19  |  2KB  |  91 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define to empty if the keyword does not work.  */
  4. #undef const
  5.  
  6. /* Define to `long' if <sys/types.h> doesn't define.  */
  7. #undef off_t
  8.  
  9. /* Define if you need to in order for stat and other things to work.  */
  10. #undef _POSIX_SOURCE
  11.  
  12. /* Define as the return type of signal handlers (int or void).  */
  13. #undef RETSIGTYPE
  14.  
  15. /* Define if you have the ANSI C header files.  */
  16. #define STDC_HEADERS
  17.  
  18. /* Define if prototype cannot use a type of float if followed by K&R defn. */
  19. #undef NOPROTOFLOAT
  20.  
  21. /* turn off strict IEEE compliance in favour of speed */
  22. #undef HAVE_NONSTDARITH
  23.  
  24.        
  25. /* Define if we can find -lX11 */
  26. #undef HAVE_LIBX11
  27.  
  28.        
  29. /* Define if we can find nas -laudio */
  30. #undef HAVE_NAS
  31.  
  32. /* Define if you have the memcpy function.  */
  33. #define HAVE_MEMCPY
  34.  
  35. /* Define if you have the strchr function.  */
  36. #define HAVE_STRCHR
  37.  
  38. /* Define if you have the <audio/audiolib.h> header file.  */
  39. #undef HAVE_AUDIO_AUDIOLIB_H
  40.  
  41. /* Define if you have the <fcntl.h> header file.  */
  42. #define HAVE_FCNTL_H
  43.  
  44. /* Define if you have the <libc.h> header file.  */
  45. #undef HAVE_LIBC_H
  46.  
  47. /* Define if you have the <limits.h> header file.  */
  48. #define HAVE_LIMITS_H
  49.  
  50. /* Define if you have the <malloc.h> header file.  */
  51. #define HAVE_MALLOC_H
  52.  
  53. /* Define if you have the <memory.h> header file.  */
  54. #define HAVE_MEMORY_H
  55.  
  56. /* Define if you have the <sun/audioio.h> header file.  */
  57. #undef HAVE_SUN_AUDIOIO_H
  58.  
  59. /* Define if you have the <sys/audioio.h> header file.  */
  60. #undef HAVE_SYS_AUDIOIO_H
  61.  
  62. /* Define if you have the <sys/file.h> header file.  */
  63. #define HAVE_SYS_FILE_H
  64.  
  65. /* Define if you have the <sys/ioccom.h> header file.  */
  66. #undef HAVE_SYS_IOCCOM_H
  67.  
  68. /* Define if you have the <sys/ioctl.h> header file.  */
  69. #define HAVE_SYS_IOCTL_H
  70.  
  71. /* Define if you have the <sys/time.h> header file.  */
  72. #define HAVE_SYS_TIME_H
  73.  
  74. /* Define if you have the <sys/types.h> header file.  */
  75. #define HAVE_SYS_TYPES_H
  76.  
  77. /* Define if you have the <unistd.h> header file.  */
  78. #define HAVE_UNISTD_H
  79.  
  80. /* Define if you have the M library (-lM).  */
  81. #undef HAVE_LIBM
  82.  
  83. /* Define if you have the audio library (-laudio).  */
  84. #undef HAVE_LIBAUDIO
  85.  
  86. /* Define if you have the gdbm library (-lgdbm).  */
  87. #define HAVE_LIBGDBM
  88.  
  89. /* Define if you have the m library (-lm).  */
  90. #define HAVE_LIBM
  91.